From 1d788cabbbc12e06fada89e5d1e2e01e9eba1b65 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Thu, 8 Jul 2021 05:07:47 +0200 Subject: [PATCH] debian/rules: Ensure all symbols are defined This is now working fine with all the components --- debian/rules | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index a6e07311a7..6d4eeeafd1 100755 --- a/debian/rules +++ b/debian/rules @@ -9,8 +9,7 @@ built_binaries := $(shell dh_listpackages) all_binaries := $(shell sed -ne 's/^Package: *//p' < debian/control) # Ensure the build aborts when there are still references to undefined symbols -# currently fails at least in the im-multipress im module -#LDFLAGS += -Wl,-z,defs +LDFLAGS += -Wl,-z,defs # Make the linker work a bit harder so dynamic loading can be done faster LDFLAGS += -Wl,-O1 -- 2.30.2